![]() |
PATH![]() |
The com.apple.mrj.MRJPrintDocumentHandler interface contains one method, handlePrintFile , which is called when a user prints a document file from the Finder.
public void handlePrintFile (File file);
This application-defined method is called when the application receives a request to print a file. For example, this occurs when the user attempts to print a file from the Finder that bears the application's creator. You must register the method name by calling the
registerPrintDocumentHandler
method
registerPrintDocumentHandler
when initializing the application. The handlePrintFile method is only useful if you have packaged your Java application using JBindery.
IMPORTANT
The
registerPrintDocumentHandler
method
registerPrintDocumentHandler
.
Previous | Back Up One Level | Next |